home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 17 / Developer Source Volume 17 (I-MODE Publications, Inc.)(2000).iso / dbmsa / apr97 / roy0f102.gif < prev    next >
Graphics Interchange Format  |  1998-02-10  |  46KB  |  439x240  |  4-bit (16 colors)
Labels: text | screenshot | font | number | rectangle | line
OCR: Server, Client '6. Invoke requests directly Object COM Create 2. Find the server ahi Object 3. Loud DLL or launch EXE 4. Retrieve Class Factory Class 5. Ask Factory to create Factory Figure 2. COM servers expose classes and class factories. When a client application requests creation of a new object, COM locates and loads or launches the server and asks the factory to create an object. COM returns an interface pointer to the client, and subsequent calls are invoked directly on the COM object.